home *** CD-ROM | disk | FTP | other *** search
Text File | 1998-08-10 | 486 b | 20 lines | [TEXT/CWIE] |
- // ===========================================================================
- // CNetServerApp.h ©1995-1998 Metrowerks Inc. All rights reserved.
- // ===========================================================================
-
- #pragma once
-
- #include <PP_Prefix.h>
- #include <LDocApplication.h>
-
-
- class CNetServerApp : public PP_PowerPlant::LDocApplication {
-
- public:
- CNetServerApp();
- virtual ~CNetServerApp();
-
- virtual PP_PowerPlant::LModelObject* MakeNewDocument();
-
- };
-